home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / kcl.lha / lsp / export.lsp < prev    next >
Text File  |  1987-06-04  |  3KB  |  278 lines

  1. ;; (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984.  All rights reserved.
  2. ;; Copying of this file is authorized to users who have executed the true and
  3. ;; proper "License Agreement for Kyoto Common LISP" with SIGLISP.
  4.  
  5. ;;;;    export.lsp
  6. ;;;;
  7. ;;;;                    Exporting external symbols of LISP package
  8.  
  9.  
  10. (in-package 'lisp)
  11.  
  12.  
  13. (export '(
  14.  
  15. &whole
  16. &environment
  17. &body
  18. *
  19. **
  20. ***
  21. *break-enable*
  22. *break-on-warnings*
  23. *features*
  24. *modules*
  25. +
  26. ++
  27. +++
  28. -
  29. /
  30. //
  31. ///
  32. COMMON
  33. KYOTO
  34. KCL
  35. abs
  36. acos
  37. acosh
  38. adjust-array
  39. adjustable-array-p
  40. apropos
  41. apropos-list
  42. array-dimension
  43. array-dimensions
  44. array-element-type
  45. array-has-fill-pointer-p
  46. array-in-bounds-p
  47. array-rank
  48. array-row-major-index
  49. asin
  50. asinh
  51. assert
  52. atanh
  53. bit
  54. bit-and
  55. bit-andc1
  56. bit-andc2
  57. bit-eqv
  58. bit-ior
  59. bit-nand
  60. bit-nor
  61. bit-not
  62. bit-orc1
  63. bit-orc2
  64. bit-xor
  65. break
  66. byte
  67. byte-position
  68. byte-size
  69. ccase
  70. cerror
  71. check-type
  72. cis
  73. coerce
  74. compile
  75. compile-file
  76. concatenate
  77. cosh
  78. count
  79. count-if
  80. count-if-not
  81. ctypecase
  82. decf
  83. decode-universal-time
  84. defconstant
  85. define-modify-macro
  86. define-setf-method
  87. defparameter
  88. defsetf
  89. defstruct
  90. deftype
  91. defvar
  92. delete
  93. delete-duplicates
  94. delete-if
  95. delete-if-not
  96. deposit-field
  97. describe
  98. disassemble
  99. do*
  100. do-all-symbols
  101. do-external-symbols
  102. do-symbols
  103. documentation
  104. dolist
  105. dotimes
  106. dpb
  107. dribble
  108. ecase
  109. ed
  110. eighth
  111. encode-universal-time
  112. error
  113. etypecase
  114. eval-when
  115. every
  116. fceiling
  117. ffloor
  118. fifth
  119. fill
  120. fill-pointer
  121. find
  122. find-all-symbols
  123. find-if
  124. find-if-not
  125. first
  126. format
  127. fourth
  128. fround
  129. ftruncate
  130. get-decoded-time
  131. get-setf-method
  132. get-setf-method-multiple-value
  133. get-universal-time
  134. getf
  135. ignore
  136. incf
  137. inspect
  138. intersection
  139. isqrt
  140. ldb
  141. ldb-test
  142. lisp-implementation-type
  143. logandc1
  144. logandc2
  145. lognand
  146. lognor
  147. lognot
  148. logorc1
  149. logorc2
  150. logtest
  151. long-site-name
  152. machine-instance
  153. machine-type
  154. machine-version
  155. make-array
  156. make-sequence
  157. map
  158. mask-field
  159. merge
  160. mismatch
  161. mod
  162. multiple-value-setq
  163. nintersection
  164. ninth
  165. notany
  166. notevery
  167. nset-difference
  168. nset-exclusive-or
  169. nsubstitute
  170. nsubstitute-if
  171. nsubstitute-if-not
  172. nunion
  173. phase
  174. pop
  175. position
  176. position-if
  177. position-if-not
  178. prin1-to-string
  179. princ-to-string
  180. prog*
  181. provide
  182. psetf
  183. push
  184. pushnew
  185. rational
  186. rationalize
  187. read-from-string
  188. reduce
  189. rem
  190. remf
  191. remove
  192. remove-duplicates
  193. remove-if
  194. remove-if-not
  195. replace
  196. require
  197. rotatef
  198. room
  199. sbit
  200. search
  201. second
  202. set-difference
  203. set-exclusive-or
  204. setf
  205. seventh
  206. shiftf
  207. short-site-name
  208. signum
  209. sinh
  210. sixth
  211. software-type
  212. software-version
  213. some
  214. sort
  215. stable-sort
  216. step
  217. structure
  218. subsetp
  219. substitute
  220. substitute-if
  221. substitute-if-not
  222. subtypep
  223. tanh
  224. tenth
  225. third
  226. time
  227. trace
  228. type
  229. typecase
  230. typep
  231. union
  232. untrace
  233. variable
  234. vector
  235. vector-pop
  236. vector-push
  237. vector-push-extend
  238. warn
  239. with-input-from-string
  240. with-open-file
  241. with-open-stream
  242. with-output-to-string
  243. write-to-string
  244. y-or-n-p
  245. yes-or-no-p
  246.  
  247. proclaim
  248. proclamation
  249. special
  250. type
  251. ftype
  252. function
  253. inline
  254. notinline
  255. ignore
  256. optimize
  257. speed
  258. space
  259. safety
  260. compilation-speed
  261. declaration
  262.  
  263. *eval-when-compile*
  264.  
  265. clines
  266. defcfun
  267. defentry
  268. defla
  269.  
  270. void
  271. object
  272. char
  273. int
  274. float
  275. double
  276.  
  277. ))
  278.